home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / memory / pmdkt110 / system.dif < prev    next >
Encoding:
Text File  |  1994-11-14  |  325 b   |  18 lines

  1. *** c:\bp\rtl\sys\system.pas    Wed Oct 28 07:00:00 1992
  2. --- system.pas    Mon Oct 03 13:20:28 1994
  3. ***************
  4. *** 503,505 ****
  5. --- 503,514 ----
  6.   {$ENDIF}
  7.   
  8. + const
  9. +   CheckMem:WordBool = FALSE;
  10. +   StoreAlloc:pointer = nil;
  11. +   FreeAlloc:pointer = nil;
  12. + begin
  13. +   ErrorAddr := @CheckMem;
  14.   end.
  15.